]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/ruby-mode/control structure/tim
Add 'packages/load-relative/' from commit '15ffaa9ebf1b7bbfcc307d1716eec135253b3b8d'
[gnu-emacs-elpa] / packages / yasnippet / snippets / ruby-mode / control structure / tim
1 # name: times { |n| ... }
2 # key: tim
3 # --
4 times { |${n}| $0 }